home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / qvtnet33.zip / QVTNET.INI < prev    next >
INI File  |  1993-03-22  |  13KB  |  752 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9. [net]
  10. ;-----------------------------------------------------------------------------
  11. ;
  12. ;       Network Information
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;
  16. ; name
  17. ;
  18. ; Your PC's host name (mandatory)
  19. ;
  20. name=
  21.  
  22. ;
  23. ; ip
  24. ;
  25. ; Your PC's IP address (mandatory)
  26. ; Use the format 'nnn.nnn.nnn.nnn'
  27. ;
  28. ip=
  29.  
  30. ;
  31. ; netmask
  32. ;
  33. ; The subnet mask in effect on your local network
  34. ;
  35. netmask=255.255.255.0
  36.  
  37. ;
  38. ; router
  39. ;
  40. ; The default router to use for network access outside the local subnet
  41. ; Use a complete host name as contained in QVTHOST.RC
  42. ;
  43. router=
  44.  
  45. ;
  46. ; arptime
  47. ;
  48. ; ARP timeout (in seconds)
  49. ;
  50. arptime=8
  51.  
  52. ;
  53. ; packet_vector
  54. ;
  55. ; The software interrupt you are using to communicate with the packet driver
  56. ; In hex, with or without the leading '0x'
  57. ; Must be in the range 60 through 7F
  58. ;
  59. packet_vector=0x60
  60.  
  61. ;
  62. ; packet_class
  63. ;
  64. ; Use 0 for Ethernet, 6 for SLIP
  65. ;
  66. packet_class=0
  67.  
  68.  
  69. [tcp]
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ;    TCP Tuning
  73. ;
  74. ;-----------------------------------------------------------------------------
  75. ;
  76. ; maxseg
  77. ;
  78. ; Maximum TCP segment we can receive
  79. ; Max=1024
  80. ;
  81. maxseg=1024
  82.  
  83. ;
  84. ; MTU (Maximum Transmission Unit)
  85. ;
  86. ; Largest TCP packet we will send
  87. ; Max=1024
  88. ;
  89. mtu=512
  90.  
  91. ;
  92. ; TCP Window Size
  93. ;
  94. ; Maximum advertised window size
  95. ; Max=4096
  96. ;
  97. window=1024
  98.  
  99. ;
  100. ; retrans
  101. ;
  102. ; Number of seconds to wait for response to SYN packet
  103. ; before retransmitting.
  104. ;
  105. retrans=2
  106.  
  107. ;
  108. ; contime
  109. ;
  110. ; Number of seconds to wait for connection to established
  111. ;
  112. contime=20
  113.  
  114.  
  115. [domain]
  116. ;-----------------------------------------------------------------------------
  117. ;
  118. ;       Domain nameserver information
  119. ;
  120. ;-----------------------------------------------------------------------------
  121. ;
  122. ; domain
  123. ;
  124. ; Default domain
  125. ;
  126. domain=
  127.  
  128. ;
  129. ; nameserver
  130. ;
  131. ; The default nameserver to consult for name/address lookups
  132. ; Use a complete hostname as listed in QVTHOST.RC
  133. ;
  134. nameserver=
  135.  
  136. ;
  137. ; domain_timeout
  138. ;
  139. ; Timeout for domain lookup (in seconds)
  140. ;
  141. domain_timeout=4
  142.  
  143. ;
  144. ; domain_retry
  145. ;
  146. ; number of retries for domain lookup
  147. ;
  148. domain_retry=3
  149.  
  150. ;
  151. ; domain_reuse
  152. ;
  153. ; Should WinQVT/Net reuse the first IP address returned by the nameserver,
  154. ; or do a new lookup for each new connection to a host?
  155. ; Values are 'yes' or 'no'
  156. ;
  157. domain_reuse=yes
  158.  
  159.  
  160. [localio]
  161. ;-----------------------------------------------------------------------------
  162. ;
  163. ;       PC Keyboard and printer information
  164. ;
  165. ;-----------------------------------------------------------------------------
  166.  
  167. ;
  168. ; kb_type
  169. ;
  170. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  171. ; 'lk250':    DEC LK250 keyboard
  172. ;
  173. kb_type=enhanced
  174.  
  175. ;
  176. ; keypad
  177. ;
  178. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  179. ;
  180. keypad=DEC
  181.  
  182. ;
  183. ; nl_mode
  184. ;
  185. ; Should <NumLock> key be forced ON or left alone
  186. ;
  187. nl_mode=lock
  188.  
  189. ;
  190. ; printer
  191. ;
  192. ; The port that your printer is connected to
  193. ;
  194. printer=LPT1
  195.  
  196. ;
  197. ; printer_init
  198. ;
  199. ; printer initialization string, if any
  200. ;
  201. printer_init=
  202.  
  203.  
  204. [console]
  205. ;-----------------------------------------------------------------------------
  206. ;
  207. ;       Console Information
  208. ;
  209. ;-----------------------------------------------------------------------------
  210. ;
  211. ; winpos
  212. ;
  213. ; The initial screen location of the Console window
  214. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  215. ; and 'y' is the vertical pixel offset.
  216. ; If not present, the console will be placed in the upper right corner
  217. ;
  218. winpos=
  219.  
  220. ;
  221. ; window
  222. ;
  223. ; Specifies whether the console message area should be displayed
  224. ; or hidden at program startup
  225. ;
  226. window=visible
  227.  
  228. ;
  229. ; forecolor
  230. ;
  231. ; The color that will be used to display text in the console window
  232. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  233. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  234. ; and 255.
  235. ;
  236. forecolor=white
  237.  
  238. ;
  239. ; backcolor
  240. ;
  241. ; The background color of the console window
  242. ; See 'forecolor' (above) for available choices
  243. ;
  244. backcolor=128,128,128
  245.  
  246. ;
  247. ; logging
  248. ;
  249. ; Specifies whether or not console messages should automatically be
  250. ; copied to the default logfile CONSOLE.LOG.
  251. ;
  252. logging=ON
  253.  
  254. ;
  255. ; auto_start
  256. ;
  257. ; A list of up to five clients that should be launched at program startup.
  258. ; To auto-start a terminal session, use the name of the terminal configuration,
  259. ; as listed in 'QVTNET.RC'.
  260. ; You may also auto-start ftp, nntp, and mail.
  261. ;
  262. auto_start=
  263.  
  264. ;
  265. ; editor
  266. ;
  267. ; Name of the text editor that the news reader and mail utility will use
  268. ;
  269. editor=notepad
  270.  
  271.  
  272. [servers]
  273. ;-----------------------------------------------------------------------------
  274. ;
  275. ;       Server Information
  276. ;
  277. ;-----------------------------------------------------------------------------
  278. ;
  279. ; ftp
  280. ;
  281. ; If 'on', the ftp server will be started at program startup time
  282. ;
  283. ftp=off
  284.  
  285. ;
  286. ; rcp
  287. ;
  288. ; If 'on', the rcp server will be started at program startup time
  289. ;
  290. rcp=off
  291.  
  292. ;
  293. ; passfile
  294. ;
  295. ; The name of the file which contains security information for remote ftp logins
  296. ; This file is created and maintained by the PASSWD.EXE utility.
  297. ; Use a fully-qualified pathname.
  298. ; Note: FTP users must have a username and password to log on!
  299. ;
  300. passfile=
  301.  
  302. ;
  303. ; login_dir
  304. ;
  305. ; The directory to which authorized FTP users will be attached at login time
  306. ;
  307. login_dir=
  308.  
  309. ;
  310. ; anonftp_dir
  311. ;
  312. ; The directory to which anonymous ftp users will be attached at login,
  313. ; and to which they will be restricted during sessions.
  314. ;
  315. anonftp_dir=
  316.  
  317.  
  318. [terminal]
  319. ;-----------------------------------------------------------------------------
  320. ;
  321. ;       Terminal Client Setup
  322. ;
  323. ;-----------------------------------------------------------------------------
  324. ;
  325. ; port
  326. ;
  327. ; default TCP port to use: telnet or rlogin
  328. ;
  329. port=telnet
  330.  
  331. ;
  332. ; forecolor
  333. ;
  334. ; The color which will be used to display text
  335. ;
  336. forecolor=white
  337.  
  338. ;
  339. ; backcolor
  340. ;
  341. ; The background color of the Terminal window
  342. ;
  343. backcolor=black
  344.  
  345. ;
  346. ; boldcolor
  347. ;
  348. ; The color which will be used to display 'high-intensity' text
  349. ;
  350. boldcolor=cyan
  351.  
  352. ;
  353. ; backspace
  354. ;
  355. ; The ASCII value which will be transmitted by the <Backspace> key
  356. ;
  357. backspace=DEL
  358.  
  359. ;
  360. ; local_echo
  361. ;
  362. ; Should keystrokes be echoed locally, or by the host?
  363. ;
  364. local_echo=off
  365.  
  366. ;
  367. ; wrap
  368. ;
  369. ; Automatically wrap back to column 1 after reaching EOL
  370. ;
  371. wrap=on
  372.  
  373. ;
  374. ; terminal
  375. ;
  376. ; Which terminal to emulate: VT200, VT100, VT52
  377. ;
  378. terminal=VT200
  379.  
  380. ;
  381. ; charset
  382. ;
  383. ; Which font to use: DEC, IBM, ANSI, Terminal
  384. ;
  385. charset=DEC
  386.  
  387. ;
  388. ; fontsize
  389. ;
  390. ; Use 'large' or 'small' DEC font (when 'charset=DEC')
  391. ;
  392. fontsize=LARGE
  393.  
  394. ;
  395. ; bell
  396. ;
  397. ; Will the terminal's bell sound when the BEL character is received?
  398. ;
  399. bell=on
  400.  
  401. ;
  402. ; win_height
  403. ;
  404. ; The height of the terminal window, in text lines.
  405. ; 12 <=win_height <= 48
  406. ;
  407. win_height=24
  408.  
  409. ;
  410. ; win_width
  411. ;
  412. ; The width of the terminal window, in text columns
  413. ; 40 <=win_height <= 160
  414. ;
  415. win_width=80
  416.  
  417. ;
  418. ; scroll
  419. ;
  420. ; Specifies asynchronous (the default) or synchronous scrolling.
  421. ;
  422. scroll=async
  423.  
  424. ;
  425. ; script
  426. ;
  427. ; The name of the file containing script commands to be executed
  428. ; after a connection has been established
  429. ;
  430. script=
  431.  
  432. ;
  433. ; keymap
  434. ;
  435. ; The name of the file containing default key redefinitions
  436. ; Fully-qualified pathname recommended
  437. ;
  438. keymap=
  439.  
  440. ;
  441. ; username
  442. ;
  443. ; The default username to supply to the 'rlogin' protocol
  444. ;
  445. username=
  446.  
  447.  
  448. [ftp]
  449. ;-----------------------------------------------------------------------------
  450. ;
  451. ;       FTP Client Setup
  452. ;
  453. ;-----------------------------------------------------------------------------
  454. ;
  455. ; font
  456. ;
  457. ; The font that will be used to display text in the FTP window
  458. ; Available choices are 'system' and 'ansi'
  459. ;
  460. font=SYSTEM
  461.  
  462. ;
  463. ; forecolor
  464. ;
  465. ; The color that will be used to display text in the FTP window
  466. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  467. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  468. ; between 0 and 255.
  469. ;
  470. forecolor=white
  471.  
  472. ;
  473. ; backcolor
  474. ;
  475. ; The background color of the FTP window
  476. ; Use one of the standard IBM PC colors, or an RGB color spec.
  477. ;
  478. backcolor=black
  479.  
  480. ;
  481. ; winpos
  482. ;
  483. ; The initial position of the FTP window.
  484. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  485. ; expressed in decimal.
  486. ;
  487. winpos=
  488.  
  489. ;
  490. ; autologin
  491. ;
  492. ; Initiate a login dialog at window create time
  493. ;
  494. autologin=on
  495.  
  496. ;
  497. ; filemode
  498. ;
  499. ; The file transfer mode: ascii or binary
  500. ;
  501. filemode=ascii
  502.  
  503. ;
  504. ; hash
  505. ;
  506. ; Hash mark display during transfer: on or off
  507. ;
  508. hash=on
  509.  
  510. ;
  511. ; verbose
  512. ;
  513. ; Display server responses: on or off
  514. ;
  515. verbose=on
  516.  
  517. ;
  518. ; prompt
  519. ;
  520. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  521. ;
  522. prompt=on
  523.  
  524. ;
  525. ; bell
  526. ;
  527. ; Sound bell after completion of transfers: on or off
  528. ;
  529. bell=off
  530.  
  531.  
  532. [nntp]
  533. ;-----------------------------------------------------------------------------
  534. ;
  535. ;       NNTP Client (News Reader) Setup
  536. ;
  537. ;-----------------------------------------------------------------------------
  538. ;
  539. ; nntp_host
  540. ;
  541. ; Hostname of the local NNTP server
  542. ;
  543. host=
  544.  
  545. ;
  546. ; nntp_font
  547. ;
  548. ; The font that will be used by the news reader to display text
  549. ; Available choices are 'system', 'ansi', and 'helv'
  550. ;
  551. font=HELV
  552.  
  553. ;
  554. ; forecolor
  555. ;
  556. ; The color that will be used to display text in the news reader window
  557. ; Use one of the 8 standard IBM PC colors
  558. ;
  559. forecolor=white
  560.  
  561. ;
  562. ; backcolor
  563. ;
  564. ; The background color for the news reader window
  565. ; Use one of the 8 standard IBM PC colors
  566. ;
  567. backcolor=blue
  568.  
  569. ;
  570. ; winpos
  571. ;
  572. ; The initial (x,y) position of the news reader window,
  573. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  574. ;
  575. winpos=30,10
  576.  
  577. ;
  578. ; win_height
  579. ;
  580. ; The initial number of text lines in the news reader window
  581. ; Default is 24, max is 36
  582. ;
  583. win_height=24
  584.  
  585. ;
  586. ; list_height
  587. ;
  588. ; The number of lines in the listbox that the news reader uses
  589. ; to show newsgroups and article subject lines. This value can
  590. ; vary between 2 and 10.
  591. ;
  592. list_height=5
  593.  
  594. ;
  595. ; autologin
  596. ;
  597. ; Initiate a login dialog at window create time
  598. ;
  599. autologin=on
  600.  
  601. ;
  602. ; savedir
  603. ;
  604. ; The default directory where news articles will be saved
  605. ;
  606. savedir=c:\news
  607.  
  608. ;
  609. ; autologin
  610. ;
  611. ; Specify whether login should initiate as soon as window is created
  612. ;
  613. autologin=off
  614.  
  615.  
  616. [pop]
  617. ;-----------------------------------------------------------------------------
  618. ;
  619. ;       POP3 (Mail) Client Setup
  620. ;
  621. ;-----------------------------------------------------------------------------
  622. ;
  623. ; host
  624. ;
  625. ; The default host name on which the local POP3 server is running
  626. ;
  627. host=
  628.  
  629. ;
  630. ; username
  631. ;
  632. ; The default username for POP3 logins
  633. ;
  634. username=
  635.  
  636. ;
  637. ; font
  638. ;
  639. ; The font that will be used to display text in the POP3 window
  640. ; Choices are 'system', 'ansi', or 'helv'
  641. ;
  642. font=HELV
  643.  
  644. ;
  645. ; forecolor
  646. ;
  647. ; The color that will be used to display text
  648. ; Use one of the 8 standard IBM PC colors
  649. ;
  650. forecolor=white
  651.  
  652. ;
  653. ; backcolor
  654. ;
  655. ; The background color of the POP3 window
  656. ; Use one of the 8 standard IBM PC colors
  657. ;
  658. backcolor=black
  659.  
  660. ;
  661. ; winpos
  662. ;
  663. ; The initial position of the Mail window
  664. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  665. ; from the origin (upper-left), expressed in decimal
  666. ;
  667. winpos=
  668.  
  669. ;
  670. ; autologin
  671. ;
  672. ; Specify whether login should initiate as soon as window is created
  673. ;
  674. autologin=off
  675.  
  676. ;
  677. ; keep_password
  678. ;
  679. ; Specify whether password should be retained between sessions
  680. ;
  681. keep_password=no
  682.  
  683. ;
  684. ; background
  685. ;
  686. ; Enables/disables the background mail check
  687. ; Set to 'on' to enable, 'off' to disable
  688. ;
  689. background=off
  690.  
  691. ;
  692. ; mailcheck_interval
  693. ;
  694. ; Specifies how many minutes will elapse between 'new mail' checks
  695. ;
  696. mailcheck_interval=5
  697.  
  698. ;
  699. ; savedir
  700. ;
  701. ; The default directory for saving mail messages
  702. ; Use a fully-qualified pathname, with no trailing backslash
  703. ;
  704. savedir=c:\mail
  705.  
  706. ;
  707. ; Protocol
  708. ;
  709. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  710. ; should be the protocol used for sending mail (or replies)
  711. ;
  712. protocol=pop3
  713.  
  714. ;
  715. ; smtp_return
  716. ;
  717. ; If you use SMTP to send mail, you should specify
  718. ; your return address here. Otherwise, WinQVT/Net will
  719. ; generate a return address from your username and
  720. ; the default domain (see [domain] above).
  721. ;
  722. smtp_return=
  723.  
  724.  
  725. [lpr]
  726. ;-----------------------------------------------------------------------------
  727. ;
  728. ;       lpr Client Setup
  729. ;
  730. ;-----------------------------------------------------------------------------
  731. ;
  732. ; hostname
  733. ;
  734. ; The host on which the local lpr daemon is running
  735. ;
  736. hostname=
  737.  
  738. ;
  739. ; qname
  740. ;
  741. ; The name of the print queue to use, e.g. 'lp'
  742. ;
  743. qname=lp
  744.  
  745. ;
  746. ; username
  747. ;
  748. ; The username under which the print job will be submitted
  749. ; to the lpr daemon.
  750. ;
  751. username=
  752.